From e8564467a50080885eadbc226aeae4d76a8f0dd9 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Thu, 15 May 2008 09:35:33 +0000 Subject: [PATCH] (x_draw_relief_rect): Remove unused variable `dpy'. --- src/macterm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/macterm.c b/src/macterm.c index 3a96410634e..2e57efeb432 100644 --- a/src/macterm.c +++ b/src/macterm.c @@ -3351,7 +3351,6 @@ x_draw_relief_rect (f, left_x, top_y, right_x, bottom_y, width, int top_p, bot_p, left_p, right_p, raised_p; Rect *clip_rect; { - Display *dpy = FRAME_MAC_DISPLAY (f); int i; GC gc; -- 2.30.2